/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

	/* Controls Bar
	----------------------------*/
#nextslide:hover,#nextthumb:hover,#play-button:hover,#prevslide:hover,#prevthumb:hover,#tray-button:hover,ul#slide-list li a:hover,ul#thumb-list li:hover{cursor:pointer;}
#controls-wrapper{position:absolute;bottom:0;left:0;z-index:4;margin:0 auto;width:100%;height:42px;background:url(nav-bg.png) repeat-x;}
#controls{position:relative;z-index:5;overflow:hidden;height:100%;text-align:left;}
#slidecounter{float:left;margin:0 10px 0 15px;color:#999;text-shadow:#000 0 -1px 0;font:14px "Helvetica Neue",Helvetica,Arial,sans-serif;line-height:42px; display:none;}
#slidecaption{float:left;overflow:hidden;margin:0 20px 0 0;color:#FFF;text-shadow:#000 1px 1px 2px;font:400 14px "Helvetica Neue",Helvetica,Arial,sans-serif;line-height:42px; display:none;}
#navigation{float:right;margin:0 20px 0 0;}
#play-button{float:left;margin-top:1px;border-right:1px solid #333;background:url(bg-hover.png) 0 44px repeat-x;}
#play-button:hover{background-position:0 1px;}
#nextslide,#prevslide{position:absolute;top:50%;margin-top:-21px;width:18px;height:30px;opacity:.6; z-index:10}
#prevslide{left:20px;background:url(back.png);}
#nextslide{right:20px;background:url(forward.png);}
#nextslide:active,#prevslide:active{margin-top:-19px;}
ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
ul#slide-list li{float:left;margin:0 5px 0 0;width:12px;height:12px;list-style:none;}
ul#slide-list li.current-slide a,ul#slide-list li.current-slide a:hover{background-position:0 0;}
ul#slide-list li a{display:block;width:12px;height:12px;background:url(nav-dot.png) 0 -24px no-repeat;}
ul#slide-list li a:hover{background-position:0 -12px;}
#tray-button{float:right;margin-top:1px;border-left:1px solid #333;background:url(bg-hover.png) 0 44px repeat-x;}
#tray-button:hover{background-position:0 1px;}
#progress-back{position:absolute;bottom:42px;left:0;z-index:5;width:100%;height:3px;background:url(progress-back.png) repeat-x;}
#progress-bar{position:relative;width:100%;height:3px;background:url(progress-bar.png) repeat-x;}
#nextthumb,#prevthumb{position:absolute;bottom:61px;z-index:2;display:none;overflow:hidden;width:100px;height:75px;border:1px solid #fff;background:#ddd;-webkit-box-shadow:0 0 5px #000;}
#nextthumb{right:12px;}
#prevthumb{left:12px;}
#nextthumb img,#prevthumb img{width:150px;height:auto;}
#nextthumb:active,#prevthumb:active{bottom:59px;}
#thumb-tray{position:absolute;bottom:0;left:0;z-index:3;overflow:hidden;width:100%;height:150px;background:url(bg-black.png);-webkit-box-shadow:0 0 4px #000;-moz-box-shadow:0 0 4px #000;box-shadow:0 0 4px #000;text-align:center; display:none;}
#thumb-back,#thumb-forward{position:absolute;bottom:42px;z-index:5;width:40px;height:108px;}
#thumb-back{left:0;background:url(thumb-back.png) center center no-repeat;}
#thumb-forward{right:0;background:url(thumb-forward.png) center center no-repeat;}
#thumb-back:hover,#thumb-forward:hover{background-color:rgba(256,256,256,.1);cursor:pointer;}
#thumb-back:hover{border-right:1px solid rgba(256,256,256,.2);}
#thumb-forward:hover{border-left:1px solid rgba(256,256,256,.2);}
ul#thumb-list{position:relative;left:0;display:inline-block;padding:0;list-style:none;}
ul#thumb-list li{float:left;display:inline;overflow:hidden;margin:0;width:150px;height:108px;background:#111;list-style:none;}
ul#thumb-list li img{width:200px;height:auto;opacity:.5;-webkit-transition:all 100ms ease-in-out;-moz-transition:all 100ms ease-in-out;-o-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);-ms-transition:all 100ms ease-in-out;}
ul#thumb-list li.current-thumb img,ul#thumb-list li:hover img{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);}